Vcenter NamespaceManagement Supervisors KubeAPIServerSecurity

Vcenter NamespaceManagement Supervisors KubeAPIServerSecurity
Vcenter NamespaceManagement Supervisors KubeAPIServerSecurity

Vcenter NamespaceManagement Supervisors KubeAPIServerSecurity schema declares security options configured on the Kubernetes API server.

This schema was added in vSphere API 8.0.0.1.

JSON Example
{
    "certificate_dns_names": [
        "string"
    ]
}
array of string
certificate_dns_names
Required

Vcenter NamespaceManagement Supervisors KubeAPIServerSecurity.certificate_dns_names lists additional DNS names to associate with the Kubernetes API server.

These DNS names are embedded in the TLS certificate presented by the API server as subject alternative names, which can be used in conjunction with your DNS server to securely connect a client to the server.

This property was added in vSphere API 8.0.0.1.

If missing or null, no additional DNS names are embedded in the TLS certificate. Clients should use the IP address of the API server to connect securely.